All Questions
7 questions
0votes
0answers
87views
Retrieve permissions of only first level folders in a SharePoint online Document Library
We have a request from our auditors to provide a csv file, that contains for each document library in a site, unique permissions applied on only the first level of folders within the document library, ...
0votes
2answers
253views
Document library with only owner access using PnP PowerShell
Using PnP PowerShell, I would like to create an extra document library in SharePoint Online, where only the owner group has access. With the script below I am able to remove all groups I want to ...
1vote
3answers
1kviews
Generate a List of External Users for SharePoint Online
Is there a way to generate a list of all External Users for the Entire SharePoint Online Tenant?
1vote
1answer
821views
SPO PowerShell - Add AD Group to SharePoint Group on Document Library with Broken Inheritance
I'm fairly new to SharePoint scripting and after much searching I'm reaching out to see if someone can help me with the commands needed to complete this task. I'm have a SharePoint Online site that ...
0votes
1answer
633views
Remove a user account from user info list without being a site collection admin
I am trying to remove a cached user account added in more than 18000 sites. for that I have been trying below PNP script: $displayName = "DisplayNameOfAccountThatNeedTobeRemoved" Get-...
1vote
1answer
4kviews
How to copy the folder structure and permissions with in the same library
I have a document libray with structure like given below: FolderA->Subfolder1->item1 Subfolder2-->item2 They have folder level permissions . now ...
1vote
2answers
1kviews
Setting default associated group via PowerShell not working
In SPO we have a couple of sites that lack a default group for the "Allow members to share this site and individual files and folders". I'm trying to set a SharePoint security group named "OOTB ...